widget: Make helper gesture API take GtkGestures
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 24 Mar 2014 13:35:17 +0000 (14:35 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:23 +0000 (19:54 +0200)
commit997f05d99b6190321a614e4cbe7c9c1b748a0705
treeabc4803bf6a3463ae2be932c33fa0b4f3657be85
parent026b5014e89b7637d0f9cb4e15858ca86e41925c
widget: Make helper gesture API take GtkGestures

GtkEventController may be certainly useful to keep event
handling self-contained in other places than gestures, but
the current widget API is highly related to gestures, so
just using GtkGesture as the argument there will be quite
more convenient. The other places where GtkEventController
make sense as a base object will better provide their own
hooks.
gtk/gtkwidget.c
gtk/gtkwidget.h